Iterative Prompt Development
iteratively make your prompt better
Iterative Process
Try something
Analyze where the result does not give what you want
Refine prompts with a batch of examples
Ng先生が機械学習で使うループの図と同様
idea
-> implementation (code/data)
-> experimental result
-> error analysis
-> idea -> ...
例:商品の説明を生成
1. 生成された説明が長すぎる
Use at most 50 words.
sentencesやcharactersを指定することもできる
2. 誤った詳細にフォーカスしている
The description is intended for furniture retailers, so should be technical in nature and focus on the materials the product is constructed from.
フォーカスする箇所を指定
プロダクトIDを含めるようにも指定
3. HTMLのtableを出力
実際は多数のexampleを扱うが、このチュートリアルのように一例から始めるすゝめ